home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1023 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  281b  |  15 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    if(_root.poz == "e")
  4.    {
  5.       _root.itembar_add(21);
  6.       _root.ii21 = 1;
  7.       _root.sirky._visible = false;
  8.       _root.but_sirky._visible = false;
  9.    }
  10.    else
  11.    {
  12.       _root.pepa.gotoAndPlay(_root.poz add "e");
  13.    }
  14. }
  15.